fixed docs.
authorMichael Natterer <mitch@imendio.com>
Tue, 6 Nov 2007 08:57:33 +0000 (08:57 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Tue, 6 Nov 2007 08:57:33 +0000 (08:57 +0000)
2007-11-06  Michael Natterer  <mitch@imendio.com>

* gtk/gtkwidget.c (gtk_widget_keynav_failed): fixed docs.

svn path=/trunk/; revision=18968

ChangeLog
gtk/gtkwidget.c

index 6d207cf92fe5572a51fbcb6ffda0631a8ef8696d..1ac8f29cb777a715b2d30b0262b0879163c2e189 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-06  Michael Natterer  <mitch@imendio.com>
+
+       * gtk/gtkwidget.c (gtk_widget_keynav_failed): fixed docs.
+
 2007-11-04  Richard Hult  <richard@imendio.com>
 
        * gdk/quartz/gdkkeys-quartz.c: (maybe_update_keymap): Make shift
index d4d1d2b4e9d7ee85bc0652812938effa7be0f937..27e4db5281d9b51ab245828eb4ff3179e46296c5 100644 (file)
@@ -6790,7 +6790,7 @@ gtk_widget_child_focus (GtkWidget       *widget,
  *
  * This function should be called whenever keyboard navigation within
  * a single widget hits a boundary. The function emits the
- * #GtkWidget::keynav-changed signal on the widget and its return 
+ * #GtkWidget::keynav-failed signal on the widget and its return
  * value should be interpreted in a way similar to the return value of
  * gtk_widget_child_focus():
  *
@@ -6805,7 +6805,7 @@ gtk_widget_child_focus (GtkWidget       *widget,
  * The default ::keynav-failed handler returns %TRUE for 
  * %GTK_DIR_TAB_FORWARD and %GTK_DIR_TAB_BACKWARD. For the other 
  * values of #GtkDirectionType, it looks at the 
- * #GtkSettings:gtk-keynav-cursor-only" setting and returns %FALSE 
+ * #GtkSettings:gtk-keynav-cursor-only setting and returns %FALSE 
  * if the setting is %TRUE. This way the entire user interface
  * becomes cursor-navigatable on input devices such as mobile phones
  * which only have cursor keys but no tab key.